home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / VIRTUASRC / !StartTask / Desc < prev    next >
Text File  |  1993-08-11  |  902b  |  41 lines

  1. # This is a description of the wimp interface for starttask
  2. # (c) Nick Smith, 1993
  3.  
  4. tool_details_start
  5.    name          "StartTask";
  6.    command_is    "<StartTask$Dir>.Start";
  7.    version       "1.01 (11-Aug-93)";
  8.    wimpslot       64k;
  9.    has_extended_cmdline;
  10. tool_details_end
  11.  
  12.  
  13. dbox_start
  14.  
  15.    #icon mappings
  16.    icons_start
  17.       icn 3  maps_to string             not_saved;
  18.       icn 11 maps_to string             not_saved;
  19.       icn 13 maps_to string;
  20.       icn 15 maps_to string;
  21.       icn 19 maps_to number;
  22.       icn 6  maps_to "-ctrl";
  23.       icn 7  maps_to "-quit";
  24.       icn 8  maps_to "-display";
  25.    icons_end
  26.  
  27.    #default icon values
  28.    defaults
  29.       icn 6 off,
  30.       icn 7 off,
  31.       icn 8 off,
  32.       icn 13 "24M",
  33.       icn 15 "640K",
  34.       icn 19 4;
  35.  
  36. dbox_end
  37.  
  38.  
  39. order_is  "Virtual", icn 3, "-name", icn 11, "-discslot", icn 13, "-wimpslot", icn 15, "-nice", icn 19, icn 6, icn 7, icn 8;
  40.  
  41.